packages: liboauth/liboauth.spec - pldize

glen glen at pld-linux.org
Fri Sep 2 06:41:26 CEST 2011


Author: glen                         Date: Fri Sep  2 04:41:26 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pldize

---- Files affected:
packages/liboauth:
   liboauth.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/liboauth/liboauth.spec
diff -u packages/liboauth/liboauth.spec:1.1 packages/liboauth/liboauth.spec:1.2
--- packages/liboauth/liboauth.spec:1.1	Fri Sep  2 00:58:11 2011
+++ packages/liboauth/liboauth.spec	Fri Sep  2 06:41:21 2011
@@ -8,10 +8,9 @@
 URL:		http://liboauth.sourceforge.net/
 Source0:	http://liboauth.sourceforge.net/pool/%{name}-%{version}.tar.gz
 # Source0-md5:	973ded7a1af348c5bfe4e3b6b7e47bd3
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
 BuildRequires:	curl-devel
 BuildRequires:	nss-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 liboauth is a collection of POSIX-c functions implementing the OAuth
@@ -21,44 +20,38 @@
 as well as perform HTTP requests.
 
 
-%package        devel
-Summary:	Development files for %{name}
+%package devel
+Summary:	Development files for liboauth
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description    devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
+This package contains libraries and header files for developing
+applications that use liboauth.
 
 
 %prep
 %setup -q
 
-
 %build
 %configure \
 	--disable-static \
 	--enable-nss
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -73,13 +66,15 @@
 %{_pkgconfigdir}/oauth.pc
 %{_mandir}/man3/oauth.3*
 
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/09/02 04:41:21  glen
+- pldize
+
 Revision 1.1  2011/09/01 22:58:11  patrys
 - initial PLD release
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/liboauth/liboauth.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list