* 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-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
|
||||
Name: unifdef
|
||||
Version: 1.334
|
||||
Release: 2%{?dist}
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Languages
|
||||
URL: http://dotat.at/prog/unifdef/
|
||||
Source0: http://dotat.at/prog/unifdef/unifdef-%{version}.tar.gz
|
||||
Patch0: unifdef-strlcpy.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@ -20,10 +18,9 @@ is inactive because it is inside a comment, or a single or double quote.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS `pkg-config --libs libbsd`"
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -46,6 +43,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user