[yast-commit] r48683 - in /branches/tmp/jdsn/mod-registration: MAINTAINER Makefile.cvs RPMNAME SUBDIRS configure.in.in mod-registration.pc.in mod-registration.spec.in src/
Author: jdsn Date: Tue Jul 1 09:47:53 2008 New Revision: 48683 URL: http://svn.opensuse.org/viewcvs/yast?rev=48683&view=rev Log: initial something Added: branches/tmp/jdsn/mod-registration/MAINTAINER branches/tmp/jdsn/mod-registration/Makefile.cvs branches/tmp/jdsn/mod-registration/RPMNAME branches/tmp/jdsn/mod-registration/SUBDIRS branches/tmp/jdsn/mod-registration/configure.in.in branches/tmp/jdsn/mod-registration/mod-registration.pc.in branches/tmp/jdsn/mod-registration/mod-registration.spec.in branches/tmp/jdsn/mod-registration/src/ Added: branches/tmp/jdsn/mod-registration/MAINTAINER URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/MAIN... ============================================================================== --- branches/tmp/jdsn/mod-registration/MAINTAINER (added) +++ branches/tmp/jdsn/mod-registration/MAINTAINER Tue Jul 1 09:47:53 2008 @@ -0,0 +1,3 @@ +J. Daniel Schmidt <jdsn@suse.de> +Thomas Göttlicher <tgoettlicher@suse.de> +Stefan Hundhammer <sh@suse.de> Added: branches/tmp/jdsn/mod-registration/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/Make... ============================================================================== --- branches/tmp/jdsn/mod-registration/Makefile.cvs (added) +++ branches/tmp/jdsn/mod-registration/Makefile.cvs Tue Jul 1 09:47:53 2008 @@ -0,0 +1,23 @@ +# +# Makefile.cvs +# + +LIB = $(shell y2tool get-lib) + +PREFIX = /usr + +configure: all + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) + +all: + y2tool y2autoconf + y2tool y2automake + autoreconf --force --install -v + +install: configure + make + make install + +reconf: all + ./config.status --recheck + ./config.status Added: branches/tmp/jdsn/mod-registration/RPMNAME URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/RPMN... ============================================================================== --- branches/tmp/jdsn/mod-registration/RPMNAME (added) +++ branches/tmp/jdsn/mod-registration/RPMNAME Tue Jul 1 09:47:53 2008 @@ -0,0 +1 @@ +mod-registration Added: branches/tmp/jdsn/mod-registration/SUBDIRS URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/SUBD... ============================================================================== --- branches/tmp/jdsn/mod-registration/SUBDIRS (added) +++ branches/tmp/jdsn/mod-registration/SUBDIRS Tue Jul 1 09:47:53 2008 @@ -0,0 +1 @@ +src Added: branches/tmp/jdsn/mod-registration/configure.in.in URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/conf... ============================================================================== --- branches/tmp/jdsn/mod-registration/configure.in.in (added) +++ branches/tmp/jdsn/mod-registration/configure.in.in Tue Jul 1 09:47:53 2008 @@ -0,0 +1,17 @@ +## mod-registration configure.in.in + +## initialize +@YAST2-INIT-COMMON@ +AC_SYS_LARGEFILE + +@YAST2-INIT-PROGRAM@ + + +AX_CHECK_DOCBOOK +CREATE_PKGCONFIG=true + +## some common checks +@YAST2-CHECKS-COMMON@ +@YAST2-CHECKS-PROGRAM@ + +@YAST2-OUTPUT@ Added: branches/tmp/jdsn/mod-registration/mod-registration.pc.in URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/mod-... ============================================================================== --- branches/tmp/jdsn/mod-registration/mod-registration.pc.in (added) +++ branches/tmp/jdsn/mod-registration/mod-registration.pc.in Tue Jul 1 09:47:53 2008 @@ -0,0 +1,22 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ + +bindir=@bindir@ +sbindir=@sbindir@ +libexecdir=@libexecdir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ +sharedstatedir=@sharedstatedir@ +localstatedir=@localstatedir@ +libdir=@libdir@ +includedir=@includedir@ +oldincludedir=@oldincludedir@ +infodir=@infodir@ +mandir=@mandir@ + +yast2dir=@yast2dir@ +ybindir=@ybindir@ + +Name: @RPMNAME@ +Version: @VERSION@ +Description: YaST2 package "@RPMNAME@" Added: branches/tmp/jdsn/mod-registration/mod-registration.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jdsn/mod-registration/mod-... ============================================================================== --- branches/tmp/jdsn/mod-registration/mod-registration.spec.in (added) +++ branches/tmp/jdsn/mod-registration/mod-registration.spec.in Tue Jul 1 09:47:53 2008 @@ -0,0 +1,66 @@ +@HEADER-COMMENT@ + + +@HEADER@ +Source1: mod-registration + +BuildRequires: gcc-c++ +##BuildRequires: yast2-devtools + +# autodocs + docbook docs +##BuildRequires: doxygen +##BuildRequires: docbook-xsl-stylesheets libxslt +##BuildRequires: sgml-skel +##Conflicts: yast2-core < 2.16.38 + +# libyui ImplPtr +##BuildRequires: boost-devel + +Summary: - +##Provides: %{_libdir}/libyui.so.3.0.0 + +%description +- + +@HEADER-DEVEL@ +Summary: - + +Requires: glibc-devel +Requires: libstdc++-devel +##Requires: boost-devel + +%description devel +- + + +@PREP@ + +@BUILD@ + +@INSTALL@ +mkdir -p "$RPM_BUILD_ROOT"@logdir@ +##%perl_process_packlist + +@CLEAN@ + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%files +%defattr(-,root,root) + +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root) +%{_libdir}/lib*.so +%{_libdir}/lib*.la +@includedir@ +@pkgconfigdir@/@RPMNAME@.pc +##%dir %{_datadir}/cmake +##%dir %{_datadir}/cmake/Modules +##%{_datadir}/cmake/Modules/* +%doc @docdir@ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jdsn@svn.opensuse.org