diff options
author | LAN-TW <lantw44@gmail.com> | 2014-02-02 17:34:41 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2014-02-02 17:34:41 +0800 |
commit | 74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6 (patch) | |
tree | e5a634291216543e55b03c4ff500eac0bbec10a9 /patches | |
parent | 0efd2196ec1e50a345748c861307e2777fc55993 (diff) | |
download | copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.tar copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.tar.gz copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.tar.bz2 copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.tar.lz copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.tar.xz copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.tar.zst copr-rpm-spec-74301b83b3e933a7d6d36a35fd32a3d1e3b0eab6.zip |
Add README.md and INSTALL.md from Copr
Diffstat (limited to 'patches')
-rw-r--r-- | patches/INSTALL.md | 1 | ||||
-rw-r--r-- | patches/README.md | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/patches/INSTALL.md b/patches/INSTALL.md new file mode 100644 index 0000000..7486a22 --- /dev/null +++ b/patches/INSTALL.md @@ -0,0 +1 @@ +Use the command `sudo yum --disablerepo="*" --enablerepo="lantw44*" reinstall package-name ...` to replace the official packages with the patched packages. diff --git a/patches/README.md b/patches/README.md new file mode 100644 index 0000000..7cc25ed --- /dev/null +++ b/patches/README.md @@ -0,0 +1,16 @@ +Patched Packages +------------------- + +Packages built using modified RPM spec file or additional patches. All packages in this repo are based on packages in official Fedora repos. + + * vim: Add Lua interpreter support + * ht: Update to the latest version and prevent file name conflict with TeXLive + * gnome-settings-daemon: Add buttons-have-images and menus-have-icons + * gsettings-desktop-schemas: Respect buttons-have-images and menus-have-icons + +_WARNING: Packages in this repo have the same names as packages from official Fedora repos._ You can identify whether packages are installed from this repo by checking the Summary and Description of the packages. + +#### SRPMs Git Repository +* [Main](http://www.tfcis.org/~lantw44/cgit/cgit.cgi/copr-rpm-spec/) +* [Mirror 1](http://phantom.tfcis.org/~lantw44/cgit/cgit.cgi/copr-rpm-spec/) +* [Mirror 2](http://www.lant.com.tw/~lantw44/cgit/cgit.cgi/copr-rpm-spec/) |