rpms/libsexy/devel .cvsignore, 1.7, 1.8 libsexy.spec, 1.9, 1.10 sources, 1.7, 1.8

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun Sep 3 14:57:19 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/libsexy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30985

Modified Files:
	.cvsignore libsexy.spec sources 
Log Message:
* Sat Sep  2 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.1.9-1
- Update to 0.1.9.
- Package COPYING, AUTHORS, and NEWS files.
- Add BR on iso-codes-devel.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	19 Mar 2006 04:45:18 -0000	1.7
+++ .cvsignore	3 Sep 2006 14:57:18 -0000	1.8
@@ -1 +1 @@
-libsexy-0.1.8.tar.gz
+libsexy-0.1.9.tar.gz


Index: libsexy.spec
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/libsexy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libsexy.spec	28 Aug 2006 15:41:24 -0000	1.9
+++ libsexy.spec	3 Sep 2006 14:57:18 -0000	1.10
@@ -1,53 +1,68 @@
 Name:           libsexy
-Version:        0.1.8
-Release:        2%{?dist}
+Version:        0.1.9
+Release:        1%{?dist}
 Summary:        Funky fresh graphical widgets for GTK+ 2
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://wiki.chipx86.com/wiki/Libsexy
-Source0:        http://releases.chipx86.com/libsexy/libsexy/%{name}-%{version}.tar.gz
+Source0:        http://releases.chipx86.com/%{name}/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel libxml2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:	libxml2-devel
+BuildRequires:	iso-codes-devel
 Requires:       enchant
 
+
 %description
 Some funky fresh graphical widgets for GTK+ 2 applications.
 
+
 %package        devel
-Summary:        Headers and libraries for developing with libsexy
+Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release} pkgconfig gtk2-devel
+Requires:       %{name} = %{version}-%{release}
+Requires:	pkgconfig
+Requires:	gtk2-devel
+
 
 %description    devel
-This package contains headers and libraries for developing apps that use
-libsexy.
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
 
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static --enable-gtk-doc
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog
+%doc COPYING AUTHORS NEWS
 %{_libdir}/%{name}.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/%{name}
@@ -55,7 +70,13 @@
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
+
 %changelog
+* Sat Sep  2 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.1.9-1
+- Update to 0.1.9.
+- Package COPYING, AUTHORS, and NEWS files.
+- Add BR on iso-codes-devel.
+
 * Mon Aug 28 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.1.8-2
 - Rebuild for FC6.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	19 Mar 2006 04:45:18 -0000	1.7
+++ sources	3 Sep 2006 14:57:18 -0000	1.8
@@ -1 +1 @@
-ddc52cc8196f9f0bf48a5c7569b6bb38  libsexy-0.1.8.tar.gz
+66338acf909e1eb13f0bdd8f1b03a791  libsexy-0.1.9.tar.gz




More information about the scm-commits mailing list