Accepting request 172943 from devel:libraries:c_c++
Specfile cleanup - no functional changes - now using libcnotify from the factory package, not an internal copy OBS-URL: https://build.opensuse.org/request/show/172943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwrc?expand=0&rev=2
This commit is contained in:
parent
522b6fadb9
commit
8f382b7b6a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 20:01:25 UTC 2013 - Greg.Freemyer@gmail.com
|
||||
|
||||
- re-organize BuildRequires and comment why commented out
|
||||
- uncomment BuildRequires (libcnotify) since the version in factory seems to work fine
|
||||
- ran spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 23:17:35 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
24
libwrc.spec
24
libwrc.spec
@ -21,8 +21,8 @@ Name: libwrc
|
||||
%define timestamp 20130319
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
License: LGPL-3.0+
|
||||
Summary: Library to support the Windows Resource Compiler format
|
||||
License: LGPL-3.0+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://code.google.com/p/libexe/
|
||||
|
||||
@ -30,24 +30,26 @@ Url: http://code.google.com/p/libexe/
|
||||
Source: %name-experimental-%timestamp.tar.xz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
#BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
# The following packages cause build failures if the internal version is not used
|
||||
#BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
#BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
#BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
# These libraries are not yet in factory
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#BuildRequires: pkgconfig(libexe) >= 20120405
|
||||
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||
#BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
#BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
#BuildRequires: pkgconfig(libfwevt) >= 20120426
|
||||
#BuildRequires: pkgconfig(libfwnt) >= 20120426
|
||||
#BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user