summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-01-25 00:20:19 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-01-25 00:20:19 -0600
commit9bb40fefc5286f87300e0ab777dac43bca22eaea (patch)
treeec776ae493112f4f2bf44039b99575ed04e696f1
parent96e2e7d0e5d91d0c00fdfcdd64d71a24e21ae99e (diff)
downloadcygwin-libbfd-9bb40fefc5286f87300e0ab777dac43bca22eaea.tar.gz
cygwin-libbfd-9bb40fefc5286f87300e0ab777dac43bca22eaea.tar.xz
cygwin-libbfd-9bb40fefc5286f87300e0ab777dac43bca22eaea.zip
Renamed package
-rw-r--r--cygwin-libbfd.spec (renamed from cygwin-binutils-devel.spec)17
1 files changed, 13 insertions, 4 deletions
diff --git a/cygwin-binutils-devel.spec b/cygwin-libbfd.spec
index dca34eb..40d1749 100644
--- a/cygwin-binutils-devel.spec
+++ b/cygwin-libbfd.spec
@@ -4,9 +4,11 @@
%global __find_requires %{_cygwin_findrequires}
%global __find_provides %{_cygwin_findprovides}
-Name: cygwin-binutils-devel
+%define cygrel 2
+
+Name: cygwin-libbfd
Version: 2.22.51
-Release: 1
+Release: 2
Summary: Cygwin BFD and opcodes libraries
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
@@ -15,7 +17,7 @@ URL: http://www.gnu.org/software/binutils/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-Source0: ftp://sourceware.org/pub/cygwin/release/binutils/binutils-%{version}-1-src.tar.bz2
+Source0: ftp://sourceware.org/pub/cygwin/release/binutils/binutils-%{version}-%{cygrel}-src.tar.bz2
BuildRequires: flex
BuildRequires: bison
@@ -32,6 +34,9 @@ Requires: cygwin
Requires: cygwin-gettext
Requires: cygwin-zlib
+Obsoletes: cygwin-binutils-devel <= 2.22.51-1
+Provides: cygwin-binutils-devel = %{version}-%{release}
+
%description
This package contains Cygwin cross-compiled BFD and opcodes static
@@ -40,7 +45,7 @@ unstable to be used dynamically.
%prep
-%setup -q -n binutils-%{version}-1
+%setup -q -n binutils-%{version}-%{cygrel}
%build
@@ -84,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 24 2013 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.22.51-2
+- Renamed package.
+- Rebuilt for cygwin-gettext-0.18.1.1-2 changes.
+
* Sun Oct 23 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.22.51-1
- Version bump.