Accepting request 205883 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/205883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwrc?expand=0&rev=4
This commit is contained in:
parent
8f382b7b6a
commit
e1d7ece601
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce95c9b5a9b9efce828be53da9cb795716517194d7c0427456ef46f7e9cb745a
|
|
||||||
size 785948
|
|
3
libwrc-experimental-20131017.tar.gz
Normal file
3
libwrc-experimental-20131017.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bfbb241c3a35723716877274f7973124d8a63974ac6eb7e5229b1cdfe19b467
|
||||||
|
size 1547349
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 22:08:52 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- updated to v0~20131017
|
||||||
|
* updated dependencies
|
||||||
|
* worked on libcthreads build support
|
||||||
|
* Worked on version resource support
|
||||||
|
* added pywrc
|
||||||
|
* 2013 update
|
||||||
|
* changes for libfdata update
|
||||||
|
- converted to gz compression to eliminate conversion during update
|
||||||
|
- verified BuildRequires and used version from factory when possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 22 20:01:25 UTC 2013 - Greg.Freemyer@gmail.com
|
Mon Apr 22 20:01:25 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
30
libwrc.spec
30
libwrc.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libwrc
|
Name: libwrc
|
||||||
%define lname libwrc1
|
%define lname libwrc1
|
||||||
%define timestamp 20130319
|
%define timestamp 20131017
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support the Windows Resource Compiler format
|
Summary: Library to support the Windows Resource Compiler format
|
||||||
@ -26,23 +26,23 @@ License: LGPL-3.0+
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://code.google.com/p/libexe/
|
Url: http://code.google.com/p/libexe/
|
||||||
|
|
||||||
#DL-URL: http://libexe.googlecode.com/files/libwrc-experimental-20130319.tar.gz
|
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSYTdIQVF0Z2hKRTA/libwrc-experimental-20131017.tar.gz
|
||||||
Source: %name-experimental-%timestamp.tar.xz
|
Source: %name-experimental-%timestamp.tar.gz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
|
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
|
BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
BuildRequires: pkgconfig(libcsplit) >= 20130904
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
BuildRequires: pkgconfig(libfdatetime) >= 20130317
|
||||||
# The following packages cause build failures if the internal version is not used
|
BuildRequires: pkgconfig(libfguid) >= 20130317
|
||||||
#BuildRequires: pkgconfig(libclocale) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20130728
|
||||||
|
# The following packages cause build failures if factory version is used, verified Oct 23, 2013
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libcpath) >= 20120701
|
# The following packages cause build failures if the internal version is not used
|
||||||
#BuildRequires: pkgconfig(libcfile) >= 20120526
|
# These libraries are not yet released as standalone packages by upstream
|
||||||
#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(libcstring) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libexe) >= 20120405
|
#BuildRequires: pkgconfig(libexe) >= 20120405
|
||||||
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||||
|
Loading…
x
Reference in New Issue
Block a user