rpms/mobile-broadband-provider-info/devel mobile-broadband-provider-info.spec, 1.3, 1.4

Bastien Nocera hadess at fedoraproject.org
Tue Aug 11 07:41:22 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/mobile-broadband-provider-info/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26231

Modified Files:
	mobile-broadband-provider-info.spec 
Log Message:
* Tue Aug 11 2009 Bastien Nocera <bnocera at redhat.com> 1.20090707-3
- Add -devel sub-package with pkg-config file (#511318)



Index: mobile-broadband-provider-info.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mobile-broadband-provider-info/devel/mobile-broadband-provider-info.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- mobile-broadband-provider-info.spec	25 Jul 2009 14:40:45 -0000	1.3
+++ mobile-broadband-provider-info.spec	11 Aug 2009 07:41:22 -0000	1.4
@@ -3,7 +3,7 @@
 Summary: Mobile broadband provider database
 Name: mobile-broadband-provider-info
 Version: 1.%{upstream_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 #
 # Source from git://git.gnome.org/mobile-broadband-provider-info
 # tarball built with:
@@ -23,6 +23,15 @@ BuildRequires: libxml2
 The mobile-broadband-provider-info package contains listings of mobile
 broadband (3G) providers and associated network and plan information.
 
+%package devel
+Summary: Development files for %{name}
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains files necessary for
+developing developing applications that use %{name}.
+
 %prep
 %setup -q -n %{name}-%{upstream_version}
 
@@ -37,8 +46,6 @@ make check
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_datadir}/pkgconfig/%{name}.pc
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -46,8 +53,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(0644, root, root, 0755)
 %doc COPYING README
 %attr(0644,root,root) %{_datadir}/%{name}/*
+	
+%files devel
+%defattr(0644, root, root, 0755)
+%{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Aug 11 2009 Bastien Nocera <bnocera at redhat.com> 1.20090707-3
+- Add -devel sub-package with pkg-config file (#511318)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.20090707-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list