[frobtads] Initial import (#3429).
by František Dvořák
commit 27e6aaa8379221b8fcbce9d9bd36bce895ac55d0
Author: František Dvořák <valtri(a)civ.zcu.cz>
Date: Wed Jul 27 10:05:13 2016 +0200
Initial import (#3429).
.gitignore | 1 +
frobtads.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 77 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c121631 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/frobtads-1.2.3.tar.gz
diff --git a/frobtads.spec b/frobtads.spec
new file mode 100644
index 0000000..a7aef58
--- /dev/null
+++ b/frobtads.spec
@@ -0,0 +1,75 @@
+Name: frobtads
+Version: 1.2.3
+Release: 1%{?dist}
+Summary: Text interpreter for Tads games
+
+License: non-commercial
+URL: http://www.tads.org/frobtads.htm
+Source0: http://www.tads.org/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires: libcurl-devel
+BuildRequires: ncurses-devel
+Provides: bundled(md5-deutsch-c++)
+Provides: bundled(sha2-gladman)
+Provides: bundled(tads2) = 2.5.17
+Provides: bundled(tads3) = 3.1.3
+
+%description
+TADS stands for "Text Adventure Development System". It's a set of
+tools that allow easy implementation of text adventures, or "Interactive
+Fiction". The tools include a compiler along with supporting libraries,
+a debugger and an interpreter. An interpreter is needed to run the
+compiler's output, as it generates "byte code" programs (much like
+Java).
+
+
+%package devel
+Summary: Tads Compilers
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+TADS stands for "Text Adventure Development System". It's a set of
+tools that allow easy implementation of text adventures, or "Interactive
+Fiction". The tools include a compiler along with supporting libraries,
+a debugger and an interpreter. An interpreter is needed to run the
+compiler's output, as it generates "byte code" programs (much like
+Java).
+
+This package contains Tads 2 and Tads 3 compilers.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags} V=1
+
+
+%install
+make install DESTDIR=%{buildroot}
+mkdir -p %{buildroot}%{_pkgdocdir}-devel
+rm -rf %{buildroot}%{_datadir}/frobtads/tads3/doc
+
+
+%files
+%doc doc/AUTHORS doc/BUGS doc/NEWS doc/README doc/THANKS
+%license doc/COPYING tads3/LICENSE.TXT
+%dir %{_datadir}/frobtads/
+%dir %{_datadir}/frobtads/tads3/
+%{_bindir}/frob
+%{_datadir}/frobtads/tads3/res/
+
+%files devel
+%doc doc/COMPILERS tads3/doc/*
+%{_bindir}/tadsc
+%{_bindir}/t3make
+%{_datadir}/frobtads/tads2/
+%{_datadir}/frobtads/tads3/include/
+%{_datadir}/frobtads/tads3/lib/
+
+
+%changelog
+* Mon Dec 28 2015 František Dvořák <valtri(a)civ.zcu.cz> - 1.2.3-1
+- Initial package
diff --git a/sources b/sources
index e69de29..0c39881 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c6ed8cd6dac04b3ee6f4422cea688979 frobtads-1.2.3.tar.gz
8 years, 3 months
[mpv] Update to 0.18.1, remove old patch
by Miro Hrončok
commit b47b34d200a50b77431e818f2abcc21c9dfa98f1
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Tue Jul 26 23:45:54 2016 +0200
Update to 0.18.1, remove old patch
.gitignore | 1 +
mpv-old-waf.patch | 70 -------------------------------------------------------
mpv.spec | 16 +++++--------
sources | 2 +-
4 files changed, 8 insertions(+), 81 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7d4f1e..0348db5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
v0.14.0.tar.gz
/v0.18.0.tar.gz
+/v0.18.1.tar.gz
diff --git a/mpv.spec b/mpv.spec
index 118a053..3919cce 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.18.0
-Release: 3%{?dist}
+Version: 0.18.1
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -9,10 +9,6 @@ Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}.ta
# set defaults for Fedora
Patch0: %{name}-config.patch
-# Upstream commit to use waf >= 1.8 (reverted, rebased)
-# See https://github.com/mpv-player/mpv/issues/1363
-Patch1: %{name}-old-waf.patch
-
BuildRequires: pkgconfig(alsa)
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(dvdnav)
@@ -92,10 +88,6 @@ Libmpv development header files and libraries.
%setup -q
%patch0 -p1
-%if 0%{?fedora} < 22
-%patch1 -p1
-%endif
-
%build
CCFLAGS="%{optflags}" \
@@ -158,6 +150,10 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Tue Jul 26 2016 Miro Hrončok <mhroncok(a)redhat.com> - 0.18.1-1
+- Update to 0.18.1
+- Remove patch for Fedora < 22
+
* Sun Jul 03 2016 Sérgio Basto <sergio(a)serjux.com> - 0.18.0-3
- BRs in alphabetical order, rename of sub-packages libs and other improvements
diff --git a/sources b/sources
index d8d047a..5f2d4e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5bdc0751c4d1b5f8eaa9cb4762d5514 v0.18.0.tar.gz
+708ef2f30825128b3eb9dd35a47ee7e4 v0.18.1.tar.gz
8 years, 4 months
[mythtv-status] Make the backend dependency a recommendation only; mythtv-status is useful
by Göran Uddeborg
commit 8f888294f0c7ad8d57ad1dbfe810db0524ffeecd
Author: Göran Uddeborg <goeran(a)uddeborg.se>
Date: Tue Jul 26 22:53:18 2016 +0200
Make the backend dependency a recommendation only; mythtv-status is useful
on remote servers.
mythtv-status.spec | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mythtv-status.spec b/mythtv-status.spec
index 2fdf164..7e5d3d4 100644
--- a/mythtv-status.spec
+++ b/mythtv-status.spec
@@ -1,6 +1,6 @@
Name: mythtv-status
Version: 0.10.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Get the current status of your MythTV system at the command line
Summary(sv): Hämta ett MythTV-systems status på kommandoraden
License: GPLv3
@@ -14,9 +14,12 @@ BuildArch: noarch
BuildRequires: perl-podlators
# Requires not detected automatically
-Requires: mythtv-backend
Requires: perl(MythTV)
+# The backend needs to be running SOMEWHERE for mythtv-status to be useful, but
+# not necessarily on the same host.
+Recommends: mythtv-backend
+
%description
This Perl script will display the current status of your MythTV system at the
command line. It can optionally append it to the system message of the day
@@ -73,6 +76,10 @@ chmod 755 %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%changelog
+* Tue Jul 26 2016 Göran Uddeborg <goeran(a)Uddeborg.se> - 0.10.4-3
+- Make the backend dependency a recommendation only; mythtv-status is useful
+ on remote servers.
+
* Tue Mar 8 2016 Göran Uddeborg <goeran(a)Uddeborg.se> - 0.10.4-2
- Tweak the update-motd script adaption slightly
- Generate a manual page for mythtv-status itself
8 years, 4 months
[rpmfusion-nonfree-appstream-data/f24] Initial build for 24
by Ankur Sinha
commit 90fd9b3b99ae11ae1071e60d61b688fd59594777
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Tue Jul 26 16:47:11 2016 +0100
Initial build for 24
.gitignore | 1 +
rpmfusion-nonfree-appstream-data.spec | 32 +++++++++++++++++---------------
sources | 1 +
3 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9d64a4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/rpmfusion-nonfree-24.xml.gz
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index 83a236f..931064b 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -2,29 +2,27 @@
%global repoversion nonfree
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 22
-Release: 5%{?dist}
+Version: 24
+Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
License: CC0
URL: http://rpmfusion.org
-# mkdir rpmfusion-nonfree/packages -p
+# mkdir rpmfusion-nonfree
-# cd rpmfusion-nonfree/packages
-# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de... .
-# cd ..
+# cd rpmfusion-nonfree
+# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re... .
+# rm -rf repo*
# appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
-# --packages-dir=./packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
-# --basename="rpmfusion-nonfree-22"
-# --origin="rpmfusion-nonfree-22"
-# --screenshot-uri="http://ankursinha.fedorapeople.org/rpmfusion-appdata/free/"
+# --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+# --enable-hidpi --basename="rpmfusion-nonfree-24" --origin="rpmfusion-nonfree-24"
-# cp appstream-data/* ~/rpmbuild/SOURCES/
Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
-Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
+# No icons found
+#Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
#Source2: %{reponame}-%{repoversion}-%{version}-screenshots.tar
BuildRequires: libappstream-glib
@@ -40,17 +38,21 @@ Appstream metadata for packages in the RPM Fusion nonfree repository
%install
-DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
+DESTDIR=%{buildroot} appstream-util install %{SOURCE0} #%{SOURCE1}
%files
%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-%{version}.xml.gz
-%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
+#%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
%dir %{_datadir}/app-info
-%dir %{_datadir}/app-info/icons
+#%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/xmls
%changelog
+* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 24-1
+- Initial build
+- no icons found
+
* Tue Mar 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 22-5
- Fix project name
diff --git a/sources b/sources
new file mode 100644
index 0000000..5207b90
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+b03055640af831eea7fa887a08bccf13 rpmfusion-nonfree-24.xml.gz
8 years, 4 months
[rpmfusion-free-appstream-data/f24] Correct sources, add icons
by Ankur Sinha
commit f6bf0393e32da38571a989ebcd496b605e09def1
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Tue Jul 26 16:41:35 2016 +0100
Correct sources, add icons
.gitignore | 1 +
rpmfusion-free-appstream-data.spec | 14 ++++++++------
sources | 3 ++-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d75682..cfecd39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/rpmfusion-free-24.xml.gz
+/rpmfusion-free-24-icons.tar.gz
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index a997ed8..7ba2a43 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 24
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -21,8 +21,7 @@ URL: http://rpmfusion.org
# --enable-hidpi --basename="rpmfusion-free-24" --origin="rpmfusion-free-24"
Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
-# No icons found apparently
-#Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
+Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
#Source2: %{reponame}-%{repoversion}-%{version}-screenshots.tar
BuildRequires: libappstream-glib
@@ -38,17 +37,20 @@ Appstream metadata for packages in the RPM Fusion free repository
%install
-DESTDIR=%{buildroot} appstream-util install %{SOURCE0} # %{SOURCE1}
+DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%files
%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-%{version}.xml.gz
-# %{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
-#%dir %{_datadir}/app-info/icons
+%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
+%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info
%dir %{_datadir}/app-info/xmls
%changelog
+* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 24-2
+- Generate icons correctly
+
* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 24-1
- Initial build for f24
diff --git a/sources b/sources
index b6c4f6b..8eb7d74 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-62d2ff2a0266b874fc90ec396dfa559d rpmfusion-free-24.xml.gz
+0cf1b3590b86a30fb52156b7cfa8464e rpmfusion-free-24-icons.tar.gz
+38e33d5510f801a2570d6a4b0b646e7c rpmfusion-free-24.xml.gz
8 years, 4 months
[rpmfusion-free-appstream-data/f24] Initial build for f24
by Ankur Sinha
commit 5898953ae073af10f6f70485a9d88d201a2c660c
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Tue Jul 26 16:37:35 2016 +0100
Initial build for f24
.gitignore | 1 +
rpmfusion-free-appstream-data.spec | 31 ++++++++++++++++---------------
sources | 1 +
3 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1d75682
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/rpmfusion-free-24.xml.gz
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index 004e652..a997ed8 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -2,29 +2,27 @@
%global repoversion free
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 22
-Release: 5%{?dist}
+Version: 24
+Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
License: CC0
URL: http://rpmfusion.org
-# mkdir rpmfusion-free/packages -p
+# mkdir rpmfusion-free
-# cd rpmfusion-free/packages
-# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel... .
-# cd ..
+# cd rpmfusion-free
+# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea... .
+# rm -rf repo*
# appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
-# --packages-dir=./packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
-# --basename="rpmfusion-free-22"
-# --origin="rpmfusion-free-22"
-# --screenshot-uri="http://ankursinha.fedorapeople.org/rpmfusion-appdata/free/"
+# --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+# --enable-hidpi --basename="rpmfusion-free-24" --origin="rpmfusion-free-24"
-# cp appstream-data/* ~/rpmbuild/SOURCES/
Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
-Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
+# No icons found apparently
+#Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
#Source2: %{reponame}-%{repoversion}-%{version}-screenshots.tar
BuildRequires: libappstream-glib
@@ -40,17 +38,20 @@ Appstream metadata for packages in the RPM Fusion free repository
%install
-DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
+DESTDIR=%{buildroot} appstream-util install %{SOURCE0} # %{SOURCE1}
%files
%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-%{version}.xml.gz
-%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
+# %{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
+#%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info
-%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/xmls
%changelog
+* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 24-1
+- Initial build for f24
+
* Tue Mar 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 22-5
- Fix project name
diff --git a/sources b/sources
new file mode 100644
index 0000000..b6c4f6b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+62d2ff2a0266b874fc90ec396dfa559d rpmfusion-free-24.xml.gz
8 years, 4 months
[rpmfusion-nonfree-appstream-data] Initial build for rawhide
by Ankur Sinha
commit 867a7c2e4f695d5232a84adc85185364b10d0a96
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Tue Jul 26 15:58:31 2016 +0100
Initial build for rawhide
.gitignore | 2 ++
rpmfusion-nonfree-appstream-data.spec | 22 ++++++++++++----------
sources | 2 ++
3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..59dbd44
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/rpmfusion-nonfree-25-icons.tar.gz
+/rpmfusion-nonfree-25.xml.gz
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index 83a236f..1e98261 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -2,25 +2,24 @@
%global repoversion nonfree
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 22
-Release: 5%{?dist}
+Version: 25
+Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
License: CC0
URL: http://rpmfusion.org
-# mkdir rpmfusion-nonfree/packages -p
+# mkdir rpmfusion-free
-# cd rpmfusion-nonfree/packages
-# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de... .
-# cd ..
+# cd rpmfusion-free
+# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de... .
+# rm -rf repo*
# appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
-# --packages-dir=./packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
-# --basename="rpmfusion-nonfree-22"
-# --origin="rpmfusion-nonfree-22"
-# --screenshot-uri="http://ankursinha.fedorapeople.org/rpmfusion-appdata/free/"
+# --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+# --basename="rpmfusion-nonfree-25" --origin="rpmfusion-nonfree-25" \
+# --enable-hidpi
# cp appstream-data/* ~/rpmbuild/SOURCES/
Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
@@ -51,6 +50,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-1
+- Initial build for rawhide
+
* Tue Mar 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 22-5
- Fix project name
diff --git a/sources b/sources
new file mode 100644
index 0000000..7f7cf98
--- /dev/null
+++ b/sources
@@ -0,0 +1,2 @@
+c2baaa2d2b3b34206d6a01314a2a6289 rpmfusion-nonfree-25-icons.tar.gz
+37dccc11865d701f3ef1208a374b8d03 rpmfusion-nonfree-25.xml.gz
8 years, 4 months
[rpmfusion-free-appstream-data] Initial build for rawhide
by Ankur Sinha
commit 3abac2a53c3af72d26bf871dd3440f5adce02795
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Tue Jul 26 15:53:35 2016 +0100
Initial build for rawhide
.gitignore | 2 ++
rpmfusion-free-appstream-data.spec | 21 +++++++++++----------
sources | 2 ++
3 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0f4cd49
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/rpmfusion-free-25-icons.tar.gz
+/rpmfusion-free-25.xml.gz
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index 004e652..17e70d5 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -2,8 +2,8 @@
%global repoversion free
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 22
-Release: 5%{?dist}
+Version: 25
+Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -12,20 +12,18 @@ URL: http://rpmfusion.org
# mkdir rpmfusion-free/packages -p
-# cd rpmfusion-free/packages
-# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel... .
-# cd ..
+# cd rpmfusion-free
+# rsync -avPh rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel... .
+# rm -rf repo*
# appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
-# --packages-dir=./packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
-# --basename="rpmfusion-free-22"
-# --origin="rpmfusion-free-22"
-# --screenshot-uri="http://ankursinha.fedorapeople.org/rpmfusion-appdata/free/"
+# --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+# --basename="rpmfusion-free-25" --origin="rpmfusion-free-25" \
+# --enable-hidpi
# cp appstream-data/* ~/rpmbuild/SOURCES/
Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
-#Source2: %{reponame}-%{repoversion}-%{version}-screenshots.tar
BuildRequires: libappstream-glib
@@ -51,6 +49,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Mon Jul 25 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-1
+- Initial build for rawhide
+
* Tue Mar 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 22-5
- Fix project name
diff --git a/sources b/sources
new file mode 100644
index 0000000..f78e189
--- /dev/null
+++ b/sources
@@ -0,0 +1,2 @@
+97efd467248d18c83b86baf5ec0958c9 rpmfusion-free-25-icons.tar.gz
+9c758cbeeaf890c443ab02332803b878 rpmfusion-free-25.xml.gz
8 years, 4 months