* Sun Apr 30 2011 Eric Smith <eric@brouhaha.com> 2.6-1
- Update to latest upstream - Upstream now includes their own strlcmp, so we no longer need to use libbsd
This commit is contained in:
parent
6638438a2b
commit
b3c093c7fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
unifdef-1.334.tar.gz
|
unifdef-1.334.tar.gz
|
||||||
|
/unifdef-2.6.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
051a5bb3df4cddce411db709d0167e3e unifdef-1.334.tar.gz
|
18b832baea2c7b6b00bd7d4f3db38f62 unifdef-2.6.tar.gz
|
||||||
|
14
unifdef.spec
14
unifdef.spec
@ -1,15 +1,13 @@
|
|||||||
Summary: Tool for removing ifdef'd lines
|
Summary: Tool for removing ifdef'd lines
|
||||||
Name: unifdef
|
Name: unifdef
|
||||||
Version: 1.334
|
Version: 2.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://dotat.at/prog/unifdef/
|
URL: http://dotat.at/prog/unifdef/
|
||||||
Source0: http://dotat.at/prog/unifdef/unifdef-%{version}.tar.gz
|
Source0: http://dotat.at/prog/unifdef/unifdef-%{version}.tar.gz
|
||||||
Patch0: unifdef-strlcpy.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libbsd-devel
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -20,10 +18,9 @@ is inactive because it is inside a comment, or a single or double quote.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS `pkg-config --libs libbsd`"
|
make CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -46,6 +43,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 30 2011 Eric Smith <eric@brouhaha.com> 2.6-1
|
||||||
|
- Update to latest upstream
|
||||||
|
- Upstream now includes their own strlcmp, so we no longer need to use
|
||||||
|
libbsd
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.334-2
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.334-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user